home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amos / amossible / maths / variables.bak / variables.amosSourceCode
Encoding:
AMOS Source Code  |  1980-05-15  |  34 b   |  5 lines

  1. X=0
  2. Do 
  3. X=X+1
  4. Print At(0,0);X
  5. Loop